home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / Sas-PPC / samplelib3 / test.c < prev    next >
Encoding:
Text File  |  1999-12-03  |  118 b   |  12 lines

  1. int b = 0;
  2.  
  3. __asm __saveds test1(void)
  4. {
  5.     return 0;
  6. }
  7.  
  8. __asm __saveds test2(register __d1 int a)
  9. {
  10.     return 0;
  11. }
  12.